home *** CD-ROM | disk | FTP | other *** search
/ Macwelt 4 / Macwelt DVD 4.cdr / Entwickler / Mac-OS / oxygen / oxygen.app / Contents / Info.plist < prev    next >
Encoding:
Extensible Markup Language  |  2002-09-30  |  1.1 KB  |  44 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="0.9">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>xml</string>
  13.             </array>
  14.             <key>CFBundleTypeName</key>
  15.             <string>XML File</string>
  16.             <key>CFBundleTypeOSTypes</key>
  17.             <array>
  18.                 <string>TEXT</string>
  19.             </array>
  20.             <key>CFBundleTypeRole</key>
  21.             <string>Editor</string>
  22.             <key>LSIsAppleDefaultForType</key>
  23.             <true/>
  24.         </dict>
  25.     </array>
  26.     <key>CFBundleExecutable</key>
  27.     <string>JavaApplicationStub</string>
  28.     <key>CFBundleIconFile</key>
  29.     <string>OxygenMac.icns</string>
  30.     <key>CFBundleInfoDictionaryVersion</key>
  31.     <string>6.0</string>
  32.     <key>CFBundleName</key>
  33.     <string>Oxygen XML Editor</string>
  34.     <key>CFBundlePackageType</key>
  35.     <string>APPL</string>
  36.     <key>CFBundleShortVersionString</key>
  37.     <string>1.2.2</string>
  38.     <key>CFBundleSignature</key>
  39.     <string>f..k</string>
  40.     <key>CFBundleVersion</key>
  41.     <string>1.2.2d1</string>
  42. </dict>
  43. </plist>
  44.